home *** CD-ROM | disk | FTP | other *** search
/ Private: Geographic / Private: Geographic.iso / INTROGEO.DXR / 00027.ls < prev    next >
Encoding:
Text File  |  1998-03-26  |  189 b   |  14 lines

  1. on mouseDown
  2.   set the visible of sprite 10 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 10 to 0
  8.   quit()
  9. end
  10.  
  11. on mouseUpOutSide
  12.   set the visible of sprite 10 to 0
  13. end
  14.